home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gmenu.postinst < prev    next >
Encoding:
Text File  |  2009-03-17  |  374 b   |  15 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. # Workaround for python-central disaster
  5. if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "2.25.5-0ubuntu3"; then
  6.     rm -rf /usr/lib/python2.?/site-packages/GMenuSimpleEditor
  7. fi
  8.  
  9. # Automatically added by dh_pysupport
  10. if which update-python-modules >/dev/null 2>&1; then
  11.     update-python-modules  python-gmenu
  12. fi
  13. # End automatically added section
  14.  
  15.